remotemanager.utils.basetestclass module

base testing class to reduce code duplication

remotemanager.utils.basetestclass.create_large_input(layers: int, width: int) dict[source]

Creates a large nested dictionary for testing purposes.

Parameters:
  • layers (int) – The number of nested dictionaries.

  • width (int) – The size of each dictionary.

Returns:

A nested dictionary with the specified number of layers and size.

Return type:

dict